home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / Organise / _SETUP.1 / Epoch Organiser 3.0.exe / 0 / RCDATA / TREPEATEDITORFORM / TREPEATEDITORFORM.txt
Text File  |  1998-01-25  |  3KB  |  182 lines

  1. object RepeatEditorForm: TRepeatEditorForm
  2.   Left = 132
  3.   Top = 106
  4.   BorderStyle = bsDialog
  5.   Caption = 'Repeat Selected Entry.'
  6.   ClientHeight = 158
  7.   ClientWidth = 430
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label2: TLabel
  18.     Left = 345
  19.     Top = 137
  20.     Width = 31
  21.     Height = 13
  22.     Caption = 'Cycles'
  23.   end
  24.   object GroupBox1: TGroupBox
  25.     Left = 0
  26.     Top = 4
  27.     Width = 222
  28.     Height = 121
  29.     Caption = 'Start Repeating On'
  30.     TabOrder = 0
  31.     object DayList: TListBox
  32.       Left = 8
  33.       Top = 16
  34.       Width = 50
  35.       Height = 97
  36.       ItemHeight = 13
  37.       Items.Strings = (
  38.         '1st'
  39.         '2nd'
  40.         '3rd'
  41.         '4th'
  42.         '5th'
  43.         '6th'
  44.         '7th'
  45.         '8th'
  46.         '9th'
  47.         '10th'
  48.         '11th'
  49.         '12th'
  50.         '13th'
  51.         '14th'
  52.         '15th'
  53.         '16th'
  54.         '17th'
  55.         '18th'
  56.         '19th'
  57.         '20th'
  58.         '21st'
  59.         '22nd'
  60.         '23rd'
  61.         '24th'
  62.         '25th'
  63.         '26th'
  64.         '27th'
  65.         '28th'
  66.         '29th'
  67.         '30th'
  68.         '31st')
  69.       TabOrder = 0
  70.     end
  71.     object MonthList: TListBox
  72.       Left = 63
  73.       Top = 16
  74.       Width = 84
  75.       Height = 97
  76.       ItemHeight = 13
  77.       TabOrder = 1
  78.     end
  79.     object YearList: TListBox
  80.       Left = 153
  81.       Top = 16
  82.       Width = 64
  83.       Height = 97
  84.       ItemHeight = 13
  85.       TabOrder = 2
  86.     end
  87.   end
  88.   object AndThenRG: TRadioGroup
  89.     Left = 225
  90.     Top = 4
  91.     Width = 203
  92.     Height = 121
  93.     Caption = 'And Then'
  94.     Columns = 2
  95.     ItemIndex = 7
  96.     Items.Strings = (
  97.       'Daily'
  98.       'Weekly'
  99.       'Two Weekly'
  100.       'Four Weekly'
  101.       'Monthly'
  102.       'Quarterly'
  103.       'Yearly'
  104.       'Days'
  105.       'Months'
  106.       'Years')
  107.     TabOrder = 1
  108.   end
  109.   object CyclesSpin: TSpinEdit
  110.     Left = 380
  111.     Top = 134
  112.     Width = 48
  113.     Height = 22
  114.     Ctl3D = True
  115.     EditorEnabled = False
  116.     MaxValue = 50
  117.     MinValue = 0
  118.     ParentCtl3D = False
  119.     TabOrder = 2
  120.     Value = 0
  121.     OnChange = CyclesSpinChange
  122.   end
  123.   object Repeatbtn: TButton
  124.     Left = 0
  125.     Top = 129
  126.     Width = 62
  127.     Height = 25
  128.     Caption = 'Repeat'
  129.     TabOrder = 3
  130.     OnClick = RepeatbtnClick
  131.   end
  132.   object Helpbtn: TBitBtn
  133.     Left = 68
  134.     Top = 129
  135.     Width = 61
  136.     Height = 26
  137.     TabOrder = 4
  138.     OnClick = HelpbtnClick
  139.     Kind = bkHelp
  140.   end
  141.   object Cancelbtn: TButton
  142.     Left = 276
  143.     Top = 129
  144.     Width = 62
  145.     Height = 26
  146.     Cancel = True
  147.     Caption = 'Cancel'
  148.     TabOrder = 5
  149.     OnClick = CancelbtnClick
  150.   end
  151.   object DaysSpin: TSpinEdit
  152.     Left = 383
  153.     Top = 54
  154.     Width = 40
  155.     Height = 22
  156.     MaxValue = 365
  157.     MinValue = 1
  158.     TabOrder = 6
  159.     Value = 1
  160.   end
  161.   object MonthsSpin: TSpinEdit
  162.     Left = 383
  163.     Top = 77
  164.     Width = 40
  165.     Height = 22
  166.     MaxValue = 48
  167.     MinValue = 1
  168.     TabOrder = 7
  169.     Value = 1
  170.   end
  171.   object YearsSpin: TSpinEdit
  172.     Left = 383
  173.     Top = 99
  174.     Width = 40
  175.     Height = 22
  176.     MaxValue = 20
  177.     MinValue = 1
  178.     TabOrder = 8
  179.     Value = 1
  180.   end
  181. end
  182.